From: Glenn Morris Date: Thu, 23 Aug 2007 03:23:34 +0000 (+0000) Subject: New file, with most information formerly in etc/Makefile. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~17021 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c55ad4c5b353df7085c977296f85ff3fdae94b8d;p=emacs.git New file, with most information formerly in etc/Makefile. --- diff --git a/etc/e/README b/etc/e/README new file mode 100644 index 00000000000..a5188d2fbea --- /dev/null +++ b/etc/e/README @@ -0,0 +1,9 @@ +eterm-color.ti is a terminfo source file. eterm-color is a compiled +version produced by the terminfo compiler (tic). The compiled files +are binary, and depend on the version of tic, but they seem to be +system-independent and backwardly compatible. So there should be no +need to recompile (see etc/Makefile) the distributed binary version. + +The compiled file is used by lisp/term.el, so if it is moved term.el +needs to be changed. terminfo requires it to be stored in an `e' +subdirectory (the first character of the file name).